home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / neural network tool and application / nsinstall.exe / data1.cab / InteractiveBook_Files / Examples / Chapter1 / Rattling / 4 is it a line.nsm < prev    next >
Encoding:
Text File  |  2002-03-08  |  663 b   |  20 lines

  1. //activeBreadboard. lockWindowUpdate()
  2. //
  3. // 
  4. //
  5. subtitleTextBox. setText ("")
  6. mainTextBox. setText ("")
  7.  
  8. //
  9. // fill in text
  10. //
  11. TextBoxPath = macro. pathFromMacro("textbox1.txt")
  12. NextMacroPath = macro. pathFromMacro ( "5 rattling summary.nsm" )
  13. nextButton. setMacroPath ( NextMacroPath )
  14. CancelMacroPath= macro.pathFromMacro("..\minimize.nsm")
  15. cancelButton. setMacroPath ( CancelMacroPath)
  16. TitleIndex = titleTextBox. setTextFromFile (TextBoxPath, TitleIndex)
  17. SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
  18. MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
  19. //activeBreadboard. unlockWindowUpdate()
  20.